home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00109.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  235 b   |  15 lines

  1. on borecheck
  2.   global bore, s, label
  3.   if bore > 8 then
  4.     set bore to 0
  5.     set s to random(10)
  6.     if label = 1 then
  7.       do("sel" & s & EMPTY)
  8.     else
  9.       do("sel" & s + 10 & EMPTY)
  10.     end if
  11.   else
  12.     nothing()
  13.   end if
  14. end
  15.